Modules
This module includes additional methods for working with directories.
The error type for fs_extra operations on files and directories.
This module includes additional methods for working with files.
Structs
A structure which includes information about the current status of copying or moving a directory.
Functions
Copies a list of directories and files to another place recursively. This function will
also copy the permission bits of the original files to destination files (not for
directories).
Copies a list of directories and files to another place recursively, with
information about progress. This function will also copy the permission bits of the
original files to destination files (not for directories).
Moves a list of directories and files to another place recursively. This function will
also copy the permission bits of the original files to destination files (not for
directories).
Moves a list of directories and files to another place recursively, with
information about progress. This function will also copy the permission bits of the
original files to destination files (not for directories).
Removes a list of files or directories.